home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / MUI / MCC_Time / MCC_Time.pi < prev    next >
Fred Fish's Product-Info  |  1997-10-07  |  2KB  |  80 lines

  1. .name
  2. Time.mcc
  3. .type
  4. MUI custom class
  5. .short
  6. MUI public custom class for easy time string handling.
  7. .description
  8. Time is an abstract Custom Class of the Magic User Interface © by Stefan Stuntz.
  9. It's a subclass of notify-class and only usable for developers who want to
  10. build subclasses of Time.mcc!
  11.  
  12. The idea of this class was born during developing my Gregor application.
  13.  
  14. MUI abstract public custom class that allowing easy handling of time. Because
  15. it is abstract it is only usefull for developers working with classes that are
  16. based on Time.mcc (like TimeString.mcc), or those who want to build their own
  17. Time.mcc based classes.
  18.  
  19. Time.mcc features:
  20. - Handles daylight savings time
  21. - Handles time zones
  22. - Supports MUIM_Import and MUIM_Export
  23. - Supports drops of other time objects and time-strings
  24. - The time can be read in hour/minutes/seconds format or as seconds from
  25.   midnight on
  26. - The time range can be restricted
  27. - It's possible to notify a Date.mcc object when the next or previous day
  28.   was reached
  29. - Method to set the current time
  30. - Methods for increasing and decreasing the time
  31. - Method to compare with another time object
  32. .version
  33. 12.4
  34. .date
  35. 1997.10.07
  36. .author
  37. Kai Hofmann
  38. .address
  39. Arberger Heerstr. 92
  40. 28307 Bremen
  41. GERMANY
  42. .email
  43. i07m@informatik.uni-bremen.de
  44. .url
  45. http://home.pages.de/~i07m/
  46. http://home.pages.de/~i07m/amiga/mui/Time.html
  47. ftp://ftp.uni-bremen.de/pub/amiga/beta/MCC_Time.lha
  48. ftp://ftp.uni-bremen.de/pub/amiga/beta/MCC_Time.lzx
  49. .requirements
  50. MUI 3.1
  51. date.library
  52. .distribution
  53. Freeware
  54. .installsize
  55. 0KB - 144KB
  56. .exectype
  57. Compiled C
  58. .source
  59. ANSI-C demo and version 12.0 source included
  60. .construction
  61. SAS/C 6.59 with optimization
  62. .tested
  63. CPU: 68030; OS 3.1; MUI 3.8; Video/Graphics: Picasso II (Village Tronic);
  64. Enforcer 37.70; Mungwall 37.71; SegTracker 37.70; Installer 43.3
  65. .docs
  66. MCC_Time.readme
  67. docs/English/Time_mcc.guide
  68. docs/English/Time_mcc.doc
  69. docs/Deutsch/Time_mcc.guide
  70. docs/Deutsch/Time_mcc.doc
  71. developer/autodocs/MCC_Time.doc
  72. .aminet-dir
  73. dev/mui
  74. .aminet-file
  75. MCC_Time.lha
  76. .described-by
  77. Kai Hofmann <i07m@informatik.uni-bremen.de>
  78. .submittal
  79. Kai Hofmann <i07m@informatik.uni-bremen.de>
  80.